home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(enterFrame){
- _parent.gotoAndStop(1);
- lod = _parent.getBytesLoaded();
- tot = _parent.getBytesTotal();
- center = Math.round(lod / tot * 1000000) / 10000;
- if(tex == "100%")
- {
- narf++;
- if(narf > 10)
- {
- _parent.gotoAndStop(2);
- }
- }
- cent = (cent * 2 + center) / 3;
- tex = Math.round(cent * 10000) / 10000 + "%";
- _parent.byte = Math.round(tot / 1024 * 100) / 100 + "KB";
- }
-